Welcome![Sign In][Sign Up]
Location:
Search - android Broadcast

Search list

[Embeded Linuxandroid broadcast应用

Description: 收集手机信息
Platform: | Size: 56022 | Author: yuqiangcc | Hits:

[JSPProfessional_Android_App

Description: Professional Android Application Development,英文,内容详尽,适合进阶 Chapter 1: Hello, Android . . . . . . . . . . . . . . . . . . . . .. . Chapter 2: Getting Started . . . . . . . . . . . . . . . . . . . .. . Chapter 3: Creating Applications and Activities . . . . . . . . . . . Chapter 4: Creating User Interfaces . . . . . . . . . . . . . . . .. . Chapter 5: Intents, Broadcast Receivers, Adapters, and the Internet113 Chapter 6: Data Storage, Retrieval, and Sharing . . . . . . . . . .. . Chapter 7: Maps, Geocoding, and Location-Based Services . . . . . .. Chapter 8: Working in the Background . . . . . . . . . . . . . . . . . Chapter 9: Peer-to-Peer Communication . . . . . . . . . . . . . . .. . Chapter 10: Accessing Android Hardware . . . . . . . . . . . . . . . . Chapter 11: Advanced Android Development . . . . . . . . . . . . .. . Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .-Professional Android Application Development, English, and detailed, fit Advanced Chapter 1: Hello, Android.................... ... Chapter 2: Getting Started... ................ ... Chapter 3: Creating Applications and Activities........... Chapter 4: Creating User Interfaces....... ........ ... Chapter 5: Intents, Broadcast Receivers, Adapters, and the Internet113 Chapter 6: Data Storage, Retrieval, and Sharing......... ... Chapter 7: Maps , Geocoding, and Location-Based Services..... .. Chapter 8: Working in the Background................. Chapter 9: Peer-to-Peer Communication.. ............ ... Chapter 10: Accessing Android Hardware................ Chapter 11: Advanced Android Development....... ..... ... Index...............................
Platform: | Size: 4604928 | Author: 新蛮狼 | Hits:

[OtherBroadcast

Description: android平台组件BroadcastReceiver应用源码-android platform application source components BroadcastReceiver
Platform: | Size: 29696 | Author: junhua | Hits:

[androidCallFeeSaver

Description: Android 手机 话费节约程序(通话时每次快到一分钟前震动一次,但是从摘机开始计时) 涉及 android Activities,Services,Broadcast receivers 的模板,手机状况监听,震动器,设置保存,开机自启动等功能-Android mobile phone top conservation program (call each time a minute before approaching a shock, but from picking up the beginning time) involved android Activities, Services, Broadcast receivers template, mobile condition monitoring, vibration device, set up to save, start self-starting, etc. Function
Platform: | Size: 41984 | Author: 张哲 | Hits:

[androidReceiver

Description: Android应用程序的核心—Intents:用广播告诉你—利用Intent来广播(BroadCast)事件,实现Android中的广播事件-Android application' s core-Intents: using radio to tell you- use of Intent to broadcast (BroadCast) event that will broadcast the event in Android
Platform: | Size: 29696 | Author: yuanyong | Hits:

[androidandroid

Description: 1 图片浏览器 2 文件浏览器 3 通讯录 4 任务管理器 5 音乐播放器 6 天气预报 7 多媒体播放器 8短信语音播报-An image file browser, the browser 2 3 4 Task Manager, Address Book 5 6 music player, multimedia player weather 7 8 broadcast voice messages
Platform: | Size: 3085312 | Author: sven | Hits:

[androidandroid-sms-status-monitor

Description: android短信发送状态监控,利用pendingintent这个参数来监听,发送时回发送一个广播,然后注册一个广播接收器-android SMS status monitoring, the use of pendingintent this parameter to monitor, is sent back to send a broadcast, and then sign up for a radio receiver
Platform: | Size: 35840 | Author: fantasy | Hits:

[androidAndroid

Description: 《Android移动开发案例详解》作为《Android平台手机软件开发》系列丛书的第二本分册,通过10多个实际的开发案例对Android平台展开详细的实战介绍,内容涉及应用程序(如图片浏览器、文件浏览器、通讯录、任务管理器等),实用软件(如音乐播放器、天气预报、多媒体播放器、短信语音播报、手机远程监控器等),游戏软件(如JetBoy、连连看、贪吃蛇等)以及其他程序的详细开发过程。-" Android mobile development Case Comments," as the " Android platform mobile software development," the second series of the volumes, by more than 10 real cases on the Android platform to start development of a detailed practical introduction, covering applications (such as Picture Viewer , file browser, address book, task management, etc.), utility software (such as music players, weather, multimedia player, SMS, voice broadcast, mobile remote monitoring, etc.), games, software (such as JetBoy, Lianliankan, greed eat snakes, etc.) and other details of the program development process.
Platform: | Size: 13660160 | Author: 远行 | Hits:

[androidBroadCast

Description: 一个关于android广播broadcast的用法的一个小demo。-android broadcast
Platform: | Size: 1024 | Author: 魏宏 | Hits:

[androidAndroid-SMS

Description: 本程序的主要功能是短信语音播报,主要运行于android平台,能自动播报预设联系人发来的短信,能给我们的生活带来很大的方便。-The main function of this program is to voice broadcast SMS, mainly running on the android platform, can automatically broadcast messages sent to the default contacts, give our lives a great deal of convenience.
Platform: | Size: 222208 | Author: 彭彬 | Hits:

[androidbroadcast

Description: android下broadcast的应用。适合初学者。-Under the application of android broadcast. For beginners.
Platform: | Size: 47104 | Author: 颜俊杰 | Hits:

[androidbroadcast

Description: android broadcast应用实例和代码-android broadcast application examples and code
Platform: | Size: 47104 | Author: 刘烨 | Hits:

[androidBroadcast

Description: android broadcast实现。程序是模拟收到短信息的时候会传出消息通知。该消息包含来电的一些基本信息-android broadcast implementation. Program is to simulate incoming SMS messages will be heard when the message notification. This message contains some basic information call
Platform: | Size: 798720 | Author: 肖燊亮 | Hits:

[androidbroadcast

Description: 这个例子主要研究Android broadcast广播机制的实现,以一个电池监测及广播通知为例,介绍了实现broadcast的过程:大致的思路是:注册一个系统 BroadcastReceiver,作为访问电池计量之用,如果捕捉到的action是ACTION_BATTERY_CHANGED, 就运行onBatteryInfoReceiver(),捕捉到ACTION_BATTERY_CHANGED时要运行的method,创建一个背景模糊的Window,且将对话窗口放在前景,将取得的电池计量显示于Dialog中,设置返回主画面的按钮-Este ejemplo principal mecanismo para lograr la emisión de radio Android para difundir una supervisión de la batería y la notificación, por ejemplo, describe el proceso de emisión de realización: la idea general es la siguiente: para registrar un BroadcastReceiver sistema, medida en términos de acceso al uso de la batería, si la acción capturado se ACTION_BATTERY_CHANGED, corre onBatteryInfoReceiver (), método de captura a ACTION_BATTERY_CHANGED cuando correr, crear un fondo de ventana de desenfoque, y sobre las perspectivas de la ventana de diálogo, se hará el medidor de batería que aparece en el cuadro de diálogo, defina el botón para volver a la pantalla principal
Platform: | Size: 47104 | Author: rpudn42 | Hits:

[JSP/JavaVLC-Android-1.6.6.tar

Description: VLC-Android-1.6.6 vlc-android播放网络视频成功 可以播放网络rtsp、http、mns等网络实时流媒体视频,精简了vlc-android的源码,对于想做rtsp开发的码友有很好的参考价值,当然,如果想播放本地视频,只需要在基础上进行二次开发就行。很适合二次开发-VLC- android broadcast network video success Can play RTSP, HTTP, MNS network real-time streaming video, can simplify the source code of VLC- android, do you want to be for RTSP development code friends have a very good reference value, of course, if you want to play a local video, only need to be done on the basis of secondary development.Very suitable for secondary development
Platform: | Size: 5977088 | Author: 李子 | Hits:

[androidbroadcast

Description: 详细介绍 - [ Android broadcast电池电量显示源码 ] 这是一个关于broadcast电池电量显示的简单源码,供学习使用。-Detail- [broadcast Android battery power source] This is a simple broadcast battery on the display of the source code for learning to use.
Platform: | Size: 58368 | Author: 朱守彪 | Hits:

[JSP/JavaAndroid应用源码支持流媒体的视频播放器

Description: 支持播放流媒体,用于app直播,主要是流媒体的播放和需求;(Support for streaming media, for app live broadcast, mainly streaming media playback and demand;)
Platform: | Size: 2605056 | Author: masan | Hits:

[androidAndroid语音播报、后台播报、语音识别

Description: Android语音播报,后台播报,语音识别(Android voice broadcast, background broadcast, speech recognition)
Platform: | Size: 1219584 | Author: 天天佑 | Hits:

[broadcast

Description: Android移动应用开发,利用广播查看手机剩余电量(Android mobile application development, using radio to view the residual power of the mobile phone)
Platform: | Size: 1477632 | Author: manc | Hits:

[JSP/JavaDemo2

Description: android 注册服务,并在服务中启动广播接收处理(android Broadcast reception processing Broadcast reception processing)
Platform: | Size: 2495488 | Author: ddfwf | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net